CareTeam System API - Implementation Template (US Core)

(0 reviews)

Custom object creation

CareTeam

To create a custom object in Health Cloud (CareTeam):

  1. From Health Cloud in the upper right corner, click the settings (gear) icon.
  2. Click Setup.
  3. From the Home tab in the left menu, expand 'Objects and Fields' and then click Object Manager.
  4. In the upper right corner, click the Create dropdown and then select 'Custom Object'.
  5. Set the following:
    • Label: CareTeam
    • Plural Label: CareTeams
    • Object Name: HealthcareAccelerator_CareTeam
    • Description: Custom CareTeam object
    • Record Name: Name
    • Data Type: Text
    • Deployment Status: In Development (Recommended when setting up; set to Deployed when ready to use.)
  6. Click Save.
  7. In the 'Fields and Relationships' page, use the 'New' button and then create the following fields:
Field LabelField NameData Type
SourceSystemIdSourceSystemId__cText(255)
StatusStatus__cText(255)
CategoryCodeCategoryCode__cText(255)
CategoryDisplayCategoryDisplay__cText(255)
CategorySystemCategorySystem__cText(255)
NameNameText(80)
SubjectSubject__cLookup(Account)
EncounterEncounter__cLookup(EHR Encounter)
PeriodStartPeriodStart__cDateTime
PeriodEndPeriodEnd__cDateTime
ParticipantRoleCodeParticipantRoleCode__cText(255)
ParticipantRoleDisplayParticipantRoleDisplay__cText(255)
ParticipantRoleSystemParticipantRoleSystem__cText(255)
ParticipantMemberParticipantMember__cLookup(EHR Practitioner)
ParticipantOnBehalfOfParticipantOnBehalfOf__cLookup(Account)
ParticipantPeriodStartParticipantPeriodStart__cDateTime
ParticipantPeriodEndParticipantPeriodEnd__cDateTime
ReasonCodeCodeReasonCodeCode__cText(255)
ReasonCodeDisplayReasonCodeDisplay__cText(255)
ReasonCodeSystemReasonCodeSystem__cText(255)
ReasonReferenceReasonReference__cLookup(EHR Condition)
ManagingOrganizationManagingOrganization__cLookup(Account)
TelecomTelecom__cLookup(ContactPoint)
NoteNote__cLong Text Area(32768)

ContactPoint

To create a custom object in Health Cloud (ContactPoint):

  1. From Health Cloud in the upper right corner, click the settings (gear) icon.
  2. Click Setup.
  3. From the Home tab in the left menu, expand 'Objects and Fields' and then click Object Manager.
  4. In the upper right corner, click the Create dropdown and then select 'Custom Object'.
  5. Set the following:
    • Label: ContactPoint
    • Plural Label: ContactPoints
    • Object Name: HealthcareAccelerator_ContactPoint
    • Description: Details for many types of technology-mediated contact points for a person or organization, including telephone, email, and so on
    • Record Name: Contact Point Name
    • Data Type: Text
    • Deployment Status: In Development (Recommended when setting up; set to Deployed once ready to use.)
  6. Click Save.
  7. In the 'Fields and Relationships' page, use the 'New' button and then create the following fields:
Field LabelField NameData Type
SystemSystem__cText(255)
UseUse__cText(255)
ValueValue__cText(255)
RankRank__cNumber
PeriodStartPeriodStart__cDateTime
PeriodEndPeriodEnd__cDateTime

Reviews

TypeTemplate
OrganizationMuleSoft
Published by
MuleSoft Solutions
Published onOct 12, 2023
Asset overview

Asset versions for 1.0.x

Asset versions
VersionActions
1.0.3
1.0.2
1.0.1
1.0.0